home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
20
/
5
/
DISK2051.ZIP
/
TAP.EXE
/
NAMES.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-08-27
|
596b
|
18 lines
ECHO OFF
CLS
ECHO NAMES.BAT for TAPCIS 5.3 UPGRADE --
ECHO This file changes the file names for the PC Magnet files and
ECHO EASYPLEX to the new names supported by TAPCIS 5.3. Press ^C
ECHO if you do not want your files renamed. Be sure to run this
ECHO file from your TAPCIS.EXE directory and Storage Disk Path.
PAUSE
REN EASYPLEX.* MAIL.*
REN PCM_AFTE.* AFTERH.*
REN PCM_PROG.* PROGRAM.*
REN PCM_EDIT.* EDITOR.*
REN PCM_UTIL.* UTILFOR.*
ECHO *****
ECHO ***** You should now DEL NAMES.BAT to get rid of the now
ECHO ***** unneeded NAMES.BAT file.
ECHO *****